home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 16 / CU Amiga Magazine's Super CD-ROM 16 (1997-10-16)(EMAP Images)(GB)[!][issue 1997-11].iso / CUCD / Online / HBBS / Commands / Level_50 < prev    next >
Text File  |  1997-08-22  |  4KB  |  144 lines

  1. ; $HBBS
  2. ; all user commands for all access levels go here, note that if a user
  3. ; command is specified in a Level_XX file the same or lower than a users
  4. ; access level then that door will be used instead of the ones in here...
  5. ;
  6. ; door options take the format
  7. ;
  8. ; <commandname>_Type_1=HBBS
  9. ; <commandname>_Door_1=HBBS:Doors/User/<doordir>/<doorprogram>.HBBS <options>
  10. ; <commandname>_Param_1=<params>
  11. ; <commandname>_Debug_1=YES|NO
  12. ;
  13. ; where <commandname> is what the user types in at the command prompt
  14. ; command name MUST NOT have any non-printable characters in it as well
  15. ; as spaces, and preferably no High Ascii....
  16. ; <params> are just system params you want to pass to the door
  17. ; <doordir> is where the door is located
  18. ; <doorprogram> is the filename of the door program.
  19. ; <options> are any cmd line options you want to supply to the door
  20. ; generally most doors will also want {N} {O} in the <options>
  21. ; {N} is replaced by the nodenumber
  22. ; {O} is replaced by any options the user types at the bbs prompt..
  23. ;
  24. ; say you had a door setup as follows...
  25. ;
  26. ; D_Type_1=HBBS
  27. ; D_Door_1=HBBS:Doors/User/Download.HBBS {N} {O}
  28. ; D_Param_1=IGNORE_WILDSTAR
  29. ;
  30. ; and you typed "D fred.zip" at the bbs prompt when logged into node 1 the command
  31. ; run would be "HBBS:Doors/User/Download.HBBS 1 fred.zip"
  32. ; and N_ND->ActiveDoor->SystemOptions would contain "IGNORE_WILDSTAR"
  33. ; get it ?
  34.  
  35. ; *** Conference Doors ***
  36.  
  37. J_Type_1=HBBS
  38. J_Door_1=HBBS:Doors/User/JoinConference/JoinConference.HBBS {N} {O}
  39.  
  40. ;JJ_Type_1=HBBS
  41. ;JJ_Door_1=HBBS:Doors/User/JoinConference/JoinConference.HBBS {N} {O}
  42.  
  43. RJ_Type_1=HBBS
  44. RJ_Door_1=HBBS:Doors/User/JoinConference/JoinConference.HBBS {N} {O}
  45. RJ_Param_1=REJOIN    ; tells the door to rejoin the conference
  46.  
  47. >_Type_1=HBBS
  48. >_Door_1=HBBS:Doors/User/JoinConference/JoinConference.HBBS {N} {O}
  49. >_Param_1=FORWARD    ; tells the door to go forward one conference
  50. <_Type_1=HBBS
  51. <_Door_1=HBBS:Doors/User/JoinConference/JoinConference.HBBS {N} {O}
  52. <_Param_1=BACKWARD   ; tells the door to go backward one conference
  53.  
  54. ; *** Mail Doors ***
  55.  
  56. R_Type_1=HBBS
  57. R_Door_1=HBBS:Doors/User/Mail/Mail_ReadUSER.HBBS {N} {O}
  58. ;R_Debug_1=YES
  59.  
  60. MS_Type_1=HBBS
  61. MS_Door_1=HBBS:Doors/User/Mail/Mail_Scan.HBBS {N} {O}
  62.  
  63. EMAIL_Type_1=HBBS
  64. EMAIL_Door_1=HBBS:Doors/User/Mail/Mail_Write.HBBS {N} {O}
  65. EMAIL_Param_1=INTERNET
  66.  
  67. ; *** Toy Doors ***
  68.  
  69. WALL_Type_1=HBBS
  70. WALL_Door_1=HBBS:Doors/User/Wall/Wall.HBBS {N} {O}
  71.  
  72. WHO_Type_1=HBBS
  73. WHO_Door_1=HBBS:Doors/User/Who/Who.HBBS {N} {O}
  74.  
  75. ; *** File Doors ***
  76.  
  77. D_Type_1=HBBS
  78. D_Door_1=HBBS:Doors/User/Download/Download.HBBS {N} {O}
  79. D_Type_2=SSCREEN
  80. D_Door_2=QuickStats
  81.  
  82. F_Type_1=HBBS
  83. F_Door_1=HBBS:Doors/User/FileLister/FileLister.HBBS {N} {O}
  84. F_Param_1=LIST
  85.  
  86. Z_Type_1=HBBS
  87. Z_Door_1=HBBS:Doors/User/Zippy/TeppicZippy.HBBS {N} {O}
  88.  
  89. V_Type_1=HBBS
  90. V_Door_1=HBBS:Doors/User/View/TeppicView.HBBS {N} {O}
  91.  
  92. FR_Type_1=HBBS
  93. FR_Door_1=HBBS:Doors/User/FileLister/FileLister.HBBS {N} {O}
  94. FR_Param_1=REVERSE
  95.  
  96. N_Type_1=HBBS
  97. N_Door_1=HBBS:Doors/User/FileLister/FileLister.HBBS {N} {O}
  98. N_Param_1=NEW
  99.  
  100. A_Type_1=HBBS
  101. A_Door_1=HBBS:Doors/User/CheckTags/CheckTags.HBBS {N} {O}
  102.  
  103. QS_Type_1=SSCREEN
  104. QS_Door_1=QuickStats
  105.  
  106. Q_Type_1=SCREEN
  107. Q_Door_1=HBBS:Screens/Special/QuickStats.TXT
  108.  
  109. ; *** Misc doors ***
  110.  
  111. RL_Type_1=HBBS
  112. RL_Door_1=HBBS:Doors/User/ReLogin/ReLogin.HBBS {N} {O}
  113.  
  114. OLM_Type_1=HBBS
  115. OLM_Door_1=HBBS:Doors/User/OnLineMessage/OnLineMessage.HBBS {N} {O}
  116.  
  117. EC_Type_1=HBBS
  118. EC_Door_1=HBBS:Doors/User/Mail/Mail_Write.HBBS {N} {O}
  119. EC_Param_1=CONFERENCE
  120.  
  121. W_Type_1=HBBS
  122. W_Door_1=HBBS:Doors/User/UserSettings/UserSettings.HBBS {N} {O}
  123.  
  124. ; *** Other Doors ***
  125.  
  126. ;  Just my little jokes...
  127. HELP_Type_1=ECHO
  128. HELP_Door_1=Why should I ?
  129.  
  130. SHELL_Type_1=ECHO
  131. SHELL_Door_1=A very hard skin that some animals use for protection
  132.  
  133. NSTATS_Type_1=SSCREEN
  134. NSTATS_Door_1=NodeStats_{N}
  135.  
  136. ;
  137. ;
  138. ;
  139. ; *** Add Your Doors Here ^^^ ***
  140.  
  141. ; The following doors are should not be used by anyone
  142. ; except the person writing the doors. I.E.  ME :-)
  143.  
  144.